Skip to content

Conversation

@nie7321
Copy link
Member

@nie7321 nie7321 commented Jan 27, 2025

The impact seems to be limited to tests. Using __METHOD__ for the routes being tested is resulting in an error now:

Symfony\Component\HttpFoundation\Exception\BadRequestException: Invalid URI: A URI cannot contain a backslash.

Not sure if this is a PHP 8.4 change or a Symfony change, but fair enough. __FUNCTION__ returns just the method name, which should be sufficient.

Using __METHOD__ for the routes being tested is resulting in an error now:

```
Symfony\Component\HttpFoundation\Exception\BadRequestException: Invalid URI: A URI cannot contain a backslash.
```

Not sure if this is a PHP 8.4 change or a Symfony change, but fair enough. `__FUNCTION__` returns just the method name, which should be sufficient.
@coveralls
Copy link

Coverage Status

coverage: 45.277%. remained the same
when pulling e90c415 on php-84
into 0c4b455 on develop.

@nie7321 nie7321 merged commit a782f5d into develop Jan 27, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants